Remove shortname from fixed columns.
authoroliskoli <oliskoli>
Mon, 9 Jul 2007 19:50:47 +0000 (19:50 +0000)
committeroliskoli <oliskoli>
Mon, 9 Jul 2007 19:50:47 +0000 (19:50 +0000)
xmldoc/formats/unicsv.xml

index 43dec04a664f7aab7e455965eefbc57ff50ffce4..00fa2fa4f706cbcc9762bf76b0ab8ef85ed771bc 100644 (file)
 </para>
        
 <para>
-   On the output side unicsv writes fixed number of columns (waypoint index, latitude, longitude and shortname) followed by a variable
-   column list depending on internal data.
+   On the output side unicsv writes fixed number of columns (waypoint index, latitude and longitude)
+   followed by a variable column list depending on internal data.
 </para>
 <para>
    With at least ONE valid timestamp in data a unicsv output may look like that:
    <screen format="linespecific">
      No,Name,Latitude,Longitude,Description,Date,Time
      1,"GCEBB",35.972033,-87.134700,"Mountain Bike Heaven by susy1313",2003/06/29,09:00:00
-     2,"GC1A37",36.090683,-86.679550,"The Troll by a182pilot &amp; Family",,,
+     2,"GC1A37",36.090683,-86.679550,"The Troll by a182pilot &amp; Family",,
    </screen>
 </para>